home *** CD-ROM | disk | FTP | other *** search
/ Champak 62 / Volume 62 - JOGO DISK .iso / Games / NinjaKid.swf / scripts / DefineSprite_457 / frame_1 / PlaceObject2_456_2 / CLIPACTIONRECORD onClipEvent(load).as
Text File  |  2008-02-29  |  251b  |  13 lines

  1. onClipEvent(load){
  2.    var sS = String(_parent._parent._parent.nScore);
  3.    if(_parent._parent._parent.nScore < 100)
  4.    {
  5.       mc_n3._visible = false;
  6.    }
  7.    else
  8.    {
  9.       mc_n3._visible = true;
  10.    }
  11.    _parent.fn_ScoreSet(sS,3,this);
  12. }
  13.